Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Creates super long stack traces
See https://trace.js.org for examples.
Trace only works with node.js v8.x and newer. Use npm install trace@^2
for node.js v6 and v4.
npm install trace --save
node --stack_trace_limit=100 -r trace debug-me.js
This will provide a very long stack trace, if you are not interested in node internal lines, take a look at clarify.
npm install clarify --save
node --stack_trace_limit=100 -r trace -r clarify debug-me.js
For specific examples see https://trace.js.org.
I encourage you to file any bugs you may find, even if you can't reduce the issue to only involve nodecore modules. I will then use all my power to fix it.
I want this module to be the best and most trusted async trace module ever!
FAQs
Creates super long stack traces
The npm package trace receives a total of 11,555 weekly downloads. As such, trace popularity was classified as popular.
We found that trace demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.